From: Joey Hess Date: Mon, 10 Mar 2025 17:47:23 +0000 (-0400) Subject: make usage an error X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~6^2~100 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=f59c0d1f07d419da9bab1f2f2aef624befdd8eb5;p=git-annex.git make usage an error --- diff --git a/doc/special_remotes/compute/git-annex-compute-wasmedge b/doc/special_remotes/compute/git-annex-compute-wasmedge index b93adb9370..51d7f3d40d 100755 --- a/doc/special_remotes/compute/git-annex-compute-wasmedge +++ b/doc/special_remotes/compute/git-annex-compute-wasmedge @@ -6,8 +6,9 @@ set -e if [ -z "$1" ]; then - echo "Usage: file.wasm [inputs] -- [outputs] -- [options]" - echo "Example: concat.wasm foo bar -- baz --" + echo "Usage: file.wasm [inputs] -- [outputs] -- [options]" >&2 + echo "Example: concat.wasm foo bar -- baz --" >&2 + exit 1 fi stage=1